Bump go version to 1.25 && Fix delimiter issue in publish workflow #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes
1. bump go version to 1.25 [latest, stable]
Updated the Go version to 1.25, which is the latest stable release. We can ensure keeping up with the framework versions that is recommended in README.
**2. delimiter inconsistency for BATCH_PLATFORMS in publish workflow
Fixed delimiter inconsistency for BATCH_PLATFORMS in the publish workflow. The previous implementation was using an inconsistent delimiter for PLATFORMS and BATCH_PLATFORMS as follows.
whereas
Fixed to format the input for
BATCH_PLATFORMSAdded default workflow option for
platformto publish both the architectures as a combined package.I have:
make generateand committed the results (ideally in a separate commit).make check-diff.How has this code been tested
Tested the provider run locally and sub package architectures in OKE.
Tested workflow in forked repository
veera-adithya-d/crossplane-provider-ociGitHub Actions
Sub packages
Family provider